projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f7896
)
Adwaita: no 3d shadow for pressed sidebar
author
Jakub Steiner
<jimmac@gmail.com>
Mon, 7 Dec 2020 13:19:24 +0000
(14:19 +0100)
committer
Jakub Steiner
<jimmac@gmail.com>
Mon, 7 Dec 2020 13:19:24 +0000
(14:19 +0100)
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3413
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 5d60753d913dc5c4ec4100e48462ce28715df0e0..ea5df7a045d0d0c39e06cff25a5e658da51d9c0b 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3588,6
+3588,9
@@
stacksidebar {
background-color: $selected_bg_color;
color: $selected_fg_color;
}
+ &.activatable:active, &.activatable:selected:active {
+ box-shadow: none; // #3413
+ }
}
}